Panasonic Control FPWIN Pro Your First Program

Published on Apr28, 2021 | Category: start
Share this article:

FPWIN Pro is the Panasonic programming software for panasonic plc. fpwin pro easy to programs of plc. fpwin supports simulation process for plc so you can easily simulate your program without having plc. it is easy to learn and practice. in this article we will learn how to program using ladder digram. so follow these steps for a simple program in simulation mode.

supported plc by panasonic FPWIN PRO

create a simple Project in panasonic FPWIN PRO

open Fpwin software, and create a new project click on "project" >"new" > "new project wizard" or simply ctrl+N

img/NEWPROJECT1.webp

enter project details in fpwin pro

enter folowing project details in project wizard

img/NEWPROJECT2.webp

make a simple program by adding a contact and coil

img/NEWPROJECT3.webp

Click on the required contact and coil in the toolbar or choose the item from the context menu Place them into network 1 of the programming window,Click on the question mark of the contact and the coil Enter an identifier for the variable, e.g. input and output. if you want to inser block like timer, comparing block, arthmitic block select these from instrunction list of the window and them in programming window assign variable and data types as required. for more details of all type of instrunction of panasonic we will discuss next articles.

img/input and output.webp

Comile and check your program

Check the program using compile button or from the context menu. A message will inform you if your program is OK or not. If needed, modify errors, e.g. double lines. If more than one error occurs, fix the first one first. The others could be sequence errors.

img/compile check message.webp

Download the program to the PLC

before doing this check your communication setting. Connect the PLC to the computer using the programming cable.If communication problems occur, check the communication parameters.for checking communication parameter go to submenus of the online menu, you set the parameters which have to do with working in the online mode. "for simulation of program online>Communication parameters>select plc simulation" img/simulation.webp

Switch to online mode by clicking online mode You can toggle between the remote run and remote programming via the toolbar. Download the program to the PLC by clicking Download button. Confirm by compiling all.

Run the program on the PLC

Change to RUN mode by clicking run mode. Start monitoring by clicking monitor mode and check your program.=

Devendra
July 15, 2025, 4:34 am

Can you share the code for stepper motor, software - FPWIN Pro 7